projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
547cebf
)
Don't require imenu.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Dec 2002 11:48:12 +0000
(11:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Dec 2002 11:48:12 +0000
(11:48 +0000)
lisp/progmodes/cc-menus.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-menus.el
b/lisp/progmodes/cc-menus.el
index 3bdb456e05f1e04da8b58f61dd56a84daa9d8a67..3a630567a48efa71f9e1beca8526d758adb05e38 100644
(file)
--- a/
lisp/progmodes/cc-menus.el
+++ b/
lisp/progmodes/cc-menus.el
@@
-41,11
+41,6
@@
load-path)))
(require 'cc-bytecomp)))
-;; Try to pull in imenu if it exists.
-(condition-case nil
- (require 'imenu)
- (error nil))
-
;; The things referenced in imenu, which we don't require.
(cc-bytecomp-defvar imenu-case-fold-search)
(cc-bytecomp-defvar imenu-generic-expression)